home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 11 / cd.iso / pc / PC / demos / hypercieve / Insigma Demonstrations / insigma.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-10-05  |  825 b   |  71 lines

  1. /* style sheet for INSIGMA demos */
  2.  
  3. body {
  4.     background-color: #000032;
  5.     color: #ffffff;
  6.     background-attachment: fixed;
  7. }
  8.  
  9. .maintext {
  10.     font: 200 10pt/12pt verdana, helvetica, sans-serif;
  11.     color: #ffffff;
  12. }
  13.  
  14. .brand {
  15.     font-weight: 800;
  16.     color: silver;
  17. }
  18.  
  19. .copy {
  20.     background-color: #000032;
  21.     font-size: 7pt;
  22.     font-weight: 100;
  23.     font-family: arial, helvetica, sans-serif;
  24. }
  25.  
  26. .biglink {
  27.     font-weight: 500;
  28.     font-size: 16pt;
  29.     line-height: 20pt;
  30.     font-family: verdana, helvetica, sans-serif;
  31. }
  32.  
  33. a:link {
  34.     text-decoration: none;
  35.     color: #ff4f00;
  36.     font-weight: 500;
  37. }
  38.  
  39. a:hover {
  40.     text-decoration: none;
  41.     color: #ffc800;
  42.     font-weight: 500;
  43. }
  44.  
  45. a:active {
  46.     text-decoration: none;
  47.     color: #ffc800;
  48.     font-weight: 500;
  49. }
  50.  
  51. a:visited {
  52.     text-decoration: none;
  53.     color: #ffffb2;
  54.     font-weight: 500;
  55. }
  56.  
  57. .create {
  58.     color: #ff4f00;
  59. }
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.